#include <Point3f.h>
| Enumerator |
|---|
| SPHERICAL |
|
| CARTESIAN |
|
| ccmc::Point3f::Point3f |
( |
const float & |
component1, |
|
|
const float & |
component2, |
|
|
const float & |
component3 |
|
) |
| |
TODO: finish documentation
- Parameters
-
| component1 | |
| component2 | |
| component3 | |
| ccmc::Point3f::Point3f |
( |
const float & |
component1, |
|
|
const float & |
component2, |
|
|
const float & |
component3, |
|
|
Coordinates |
c |
|
) |
| |
TODO: finish documentation
- Parameters
-
| component1 | |
| component2 | |
| component3 | |
| ccmc::Point3f::Point3f |
( |
const Point3f & |
p | ) |
|
| ccmc::Point3f::Point3f |
( |
| ) |
|
TODO: finish documentation
TODO: finish documentation
| ccmc::Point3f::~Point3f |
( |
| ) |
|
|
virtual |
TODO: finish documentation
| float ccmc::Point3f::distance |
( |
const Point3f & |
p | ) |
const |
compute the distance between this point, and Point p TODO: finish documentation
| Point3f ccmc::Point3f::getCartesian |
( |
| ) |
|
TODO: finish documentation
| float ccmc::Point3f::magnitude |
( |
| ) |
|
Computes the magnitude of the cartesian vector
| void ccmc::Point3f::normalize |
( |
| ) |
|
TODO: finish documentation
| Point3f ccmc::Point3f::operator* |
( |
float |
value | ) |
const |
TODO: finish documentation
| Point3f ccmc::Point3f::operator* |
( |
double |
value | ) |
const |
TODO: finish documentation
TODO: finish documentation
Minus operator where sender is on the right TODO: test this
TODO: finish documentation
| std::string ccmc::Point3f::toString |
( |
| ) |
const |
TODO: finish documentation
| std::ostream& operator<< |
( |
std::ostream & |
out, |
|
|
const Point3f & |
point |
|
) |
| |
|
friend |
| float ccmc::Point3f::component1 |
| float ccmc::Point3f::component2 |
| float ccmc::Point3f::component3 |
The documentation for this class was generated from the following files:
- /Users/apembrok/Documents/workspaces/workspace.bak2/workspace.backup/kameleon-plus/src/ccmc/Point3f.h
- /Users/apembrok/Documents/workspaces/workspace.bak2/workspace.backup/kameleon-plus/src/ccmc/Point3f.cpp